home *** CD-ROM | disk | FTP | other *** search
- ; Microsoft Windows 2000 Professional, Server, Advanced Server and Datacenter
- ; (c) 1994 - 1999 Microsoft Corporation. All rights reserved.
- ;
- ; Sample Unattended Setup Answer File
- ;
- ; This file contains information about how to automate the installation
- ; or upgrade of Windows 2000 Professional and Windows 2000 Server so the
- ; Setup program runs without requiring user input.
- ;
-
- [Unattended]
- Unattendmode = FullUnattended
- OemPreinstall = NO
- TargetPath = WINNT
- Filesystem = LeaveAlone
-
- [UserData]
- FullName = "Your User Name"
- OrgName = "Your Organization Name"
- ComputerName = "COMPUTER_NAME"
-
- [GuiUnattended]
- ; Sets the Timezone to the Pacific Northwest
- ; Sets the Admin Password to NULL
- ; Turn AutoLogon ON and login once
- TimeZone = "004"
- AdminPassword = *
- AutoLogon = Yes
- AutoLogonCount = 1
-
- ;For Server installs
- [LicenseFilePrintData]
- AutoMode = "PerServer"
- AutoUsers = "5"
-
- [GuiRunOnce]
- ; List the programs that you want to lauch when the machine is logged into for the first time
-
- [Display]
- BitsPerPel = 8
- XResolution = 800
- YResolution = 600
- VRefresh = 70
-
- [Networking]
- ; When set to YES, setup will install default networking components. The components to be set are
- ; TCP/IP, File and Print Sharing, and the Client for Microsoft Networks.
- InstallDefaultComponents = YES
-
- [Identification]
- JoinWorkgroup = Workgroup